<xs:complexType name="InventoryType" xmlns:xs="http://www.w3.org/2001/XMLSchema"> <xs:annotation> <xs:documentation>The information about an items inventory.</xs:documentation> </xs:annotation> <xs:all> <xs:element name="Title" type="TitleType" maxOccurs="1" minOccurs="0" /> <xs:element name="ItemID" type="ItemIDType" maxOccurs="1" minOccurs="0" /> <xs:element name="ExternalItemID" type="ExternalItemIDType" maxOccurs="1" minOccurs="0" /> <xs:element name="SKU" type="SKUType" maxOccurs="1" minOccurs="0" /> <xs:element name="ProductID" type="ProductIDType" maxOccurs="1" minOccurs="0" /> <xs:element name="StorageLocation" type="StorageLocationType" maxOccurs="1" minOccurs="0" /> <xs:element name="Quantity" type="QuantityType" maxOccurs="1" minOccurs="0" /> <xs:element name="Cost" type="CostType" maxOccurs="1" minOccurs="0" nillable="true" /> <xs:element name="SupplierID" type="SupplierIDType" maxOccurs="1" minOccurs="0" nillable="true" /> <xs:element name="SupplierAccountNum" type="AccountNumType" maxOccurs="1" minOccurs="0" /> <xs:element name="SupplierName" type="SupplierNameType" maxOccurs="1" minOccurs="0" /> <xs:element name="DatePurchased" type="DatePurchasedType" maxOccurs="1" minOccurs="0" /> <xs:element name="FulfillmentSource" type="FulfillmentSourceType" maxOccurs="1" minOccurs="0" /> <xs:element name="PONumber" type="PONumberType" maxOccurs="1" minOccurs="0" /> <xs:element name="InvoiceNumber" type="InvoiceNumberType" maxOccurs="1" minOccurs="0" /> </xs:all> </xs:complexType>
© 2022 All Rights Reserved.